win32: Remove most special casing of WINPOSCHANGED during modal ops
authorAlexander Larsson <alexl@redhat.com>
Tue, 25 Oct 2011 13:36:13 +0000 (15:36 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:59 +0000 (17:40 +0100)
commit538ab4fca7822eadbe87987877a8f835964e10ae
treed31d61d45dc1d03d0c2b5df3220b3a3583e6850f
parent429bd4e5d56ae7e6f7f7139774d623ff629ef8b2
win32: Remove most special casing of WINPOSCHANGED during modal ops

There is no particular reason to special case this, we want to handle all
sort of normal events. The only special thing we keep is that
as an optimization we pump the message loop extra during a WINPOSCHANGED
in a modal operation as that will cause us to repaint faster.

Also, bump the arbitrary number of mainloop iterations for the timer.
I don't see why we need it at all, but at least doing more than one
iteration if needed should be nice.
gdk/win32/gdkevents-win32.c